PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardTableAttribute Class / getHeaders Method
In This Topic
    getHeaders Method
    In This Topic
    Gets the headers.
    Syntax
    public PDFStringCollection getHeaders()

    Return Value

    A collection of strings, where each string shall be the element identifier ( PDFStructureElement.getID) for a PDFStandardStructureTypes.TABLE_HEADER_CELL structure element that shall be used as a header associated with this cell.
    See Also